home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
de$states_properties.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
414b
|
20 lines
package
{
import mx.resources.ResourceBundle;
public class de$states_properties extends ResourceBundle
{
public function de$states_properties()
{
super("de","states");
}
override protected function getContent() : Object
{
return {"alreadyParented":"Cannot add a child that is already parented."};
}
}
}